# TerminateServiceStatusSuccessSchema

> `const` **TerminateServiceStatusSuccessSchema**: `ZodObject`\<\{ `fwssTerminated`: `ZodLiteral`\<`true`\>; `serviceTerminationEpoch`: `ZodCodec`\<`ZodInt`, `ZodBigInt`\>; `terminationTxHash`: `ZodUnion`\<readonly \[`ZodCustom`\<`` `0x${string}` ``, `` `0x${string}` ``\>, `ZodLiteral`\<`""`\>\]\>; \}, `$strip`\>

Defined in: [packages/synapse-core/src/sp/terminate-service.ts:259](https://github.com/FilOzone/synapse-sdk/blob/b35b371ef603fd76d17b0f4e9e740bcdd9b7fbc3/packages/synapse-core/src/sp/terminate-service.ts#L259)

Schema for the confirmed termination status. The hash may be empty when the
service was already terminated on chain without a provider transaction.