Delete PDT

DELETE {{url}}/{{tenantName}}/{{instanceName}}/pdts/{{core_type_name}}/{{core_type_id}}

This endpoint allows deleting a specific instance of a Profile Data Type (PDT) with the given core_type_id under the core_type_name. The request must use the HTTP method DELETE and provide the URL with the appropriate tenantName and instanceName. This action will permanently remove the instance of the PDT from the system and cannot be undone. A successful deletion will return a 204 No Content response status code. If the specified PDT instance does not exist, the API will return a 404 Not Found response status code. It is recommended to use caution when deleting PDT instances as it can have an impact on the system's functionality and data integrity.