Response body schema for POST v1/customers/{customerId}/permanent-deletion.
| Name | Type | Description |
|---|---|---|
| id | String | Unique permanent deletion object ID. |
| createdAt | OffsetDateTime | Timestamp representing the date and time when the customer was requested to be deleted in ISO 8601 format. |
| relatedObjectId | String | Unique customer ID that is being deleted. |
| relatedObject | String | Object being deleted. |
| status | String | Deletion status. |
| dataJson | CustomersPermanentDeletionCreateResponseBodyDataJson | |
| _object | String | The type of the object represented by JSON. |