Skip to main content

Delete a profile

DELETEhttps://api.courier.com/profiles/:recipient_id
Deletes the specified recipient Profile.
PATH PARAMS
recipient_idstringrequired
A unique identifier representing the recipient associated with the requested profile.
Responses
AUTH TOKEN
curl --request DELETE \
--url https://api.courier.com/profiles/0460766e-8463-4905-ae98-b72c7aef41d6 \
--header 'Accept: application/json'
Response Example
{
"status": "SUCCESS"
}

Example

Method: DELETE

URL: https://api.courier.com/profiles/0460766e-8463-4905-ae98-b72c7aef41d6