Submit a deletion request for a transaction and any related data

This operation will submit a request to delete the transaction and any related data.

The deletion request will be processed by the system and the data will be removed permanently from Cable’s system. Deletion requests are not processed immediately and may take some time to complete.

The status of the deletion request can be checked using the deletion request ID and the status endpoint.

This operation is not intended for regular use and should be used with caution.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

AuthorizationstringRequired

Request

This endpoint expects an object.
tx_idstringRequired
The unique identifier of the transaction
reasonstringRequired
The reason for deletion

Response

Deletion request submitted successfully
tx_idstring or null
The unique identifier of the transaction
deletion_request_idstring or null
The unique identifier of the deletion request

Errors