# TerminateServiceStatusSuccessSchema

> `const` **TerminateServiceStatusSuccessSchema**: `ZodObject`\<\{ `confirmedTxHash`: `ZodOptional`\<`ZodCustom`\<`` `0x${string}` ``, `` `0x${string}` ``\>\>; `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:262](https://github.com/FilOzone/synapse-sdk/blob/ccd1546626324814f05a7401da066d4361eb8bda/packages/synapse-core/src/sp/terminate-service.ts#L262)

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