Skip to main content

Delete a profile

Deletes the specified user profile.

URL: https://api.courier.com/profiles/:user_id

Method: DELETE

Path Parameters

user_idstringrequired
A unique identifier representing the user associated with the requested profile.

Response

status: 200 OK

statusstring

Request Example

curl --request DELETE \
--url https://api.courier.com/profiles/0460766e-8463-4905-ae98-b72c7aef41d6 \
--header 'Accept: application/json'

Responses Example

{
"status": "SUCCESS"
}
Was this helpful?