Delete Profile
Endpoint
DELETE /v1/profiles/{id}
Description
This endpoint allows the deletion of a profile.
Request
Path Parameters
id
(string): The unique identifier of the profile.
Headers
Header | Required | Description |
---|---|---|
Authorization | ✓ | Bearer YOUR_API_KEY |
Content-Type | ✓ | application/json |
Responses
Success Response
- Code: 200 OK
- Content:
{
"id": "upd_pr_20548e4948e84de0a4124579e6d12ce2",
"object": "update_profile",
"deleted": true
}