Submit a deletion request for a person and any related data

This operation will submit a request to delete the person 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.
person_idstringRequired

The unique identifier of the person

reasonstringRequired

The reason for deletion

Response

Deletion request submitted successfully

person_idstringOptional

The unique identifier of the person

deletion_request_idstringOptional

The unique identifier of the deletion request

Errors