Delete Profile
Endpoint
DELETE /v1/profile/{id}
Description
This endpoint allows the deletion of a profile.
Request
Path Parameters
id
(string): The unique identifier of the profile.
Responses
Success Response
- Code: 200 OK
- Content:
{
"id": "upd_pr_20548e4948e84de0a4124579e6d12ce2",
"object": "update_profile",
"deleted": true
}