# TerminateServiceStatusRejectedSchema

> `const` **TerminateServiceStatusRejectedSchema**: `ZodObject`\<\{ `fwssTerminated`: `ZodLiteral`\<`false`\>; `serviceTerminationEpoch`: `ZodNull`; `terminationTxHash`: `ZodCustom`\<`` `0x${string}` ``, `` `0x${string}` ``\>; `txStatus`: `ZodUnion`\<readonly \[`ZodLiteral`\<`"failed"`\>, `ZodLiteral`\<`"confirmed"`\>\]\>; `txSuccess`: `ZodUnion`\<readonly \[`ZodLiteral`\<`false`\>, `ZodNull`\]\>; \}, `$strip`\>

Defined in: [packages/synapse-core/src/sp/terminate-service.ts:258](https://github.com/FilOzone/synapse-sdk/blob/2d2d7bce6ac65fcd0372c9c89607bd05cfc52093/packages/synapse-core/src/sp/terminate-service.ts#L258)

Schema for the termination status when the provider's transaction landed but failed.
The provider discards the request shortly after, after which the status URL returns 404.