Skip to main content

DELETE /profiles/:recipient_id

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

Method: DELETE

Path Parameters

recipient_idstringrequired
A unique identifier representing the recipient 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?