Skip to main content

Delete a brand

Delete a brand by brand ID.

URL: https://api.courier.com/brands/:brand_id

Method: DELETE

Path Parameters

brand_idstringrequired
A unique identifier associated with the brand you wish to retrieve.

Responses

status: 204 Successfully deleted

status: 409 Conflict

messagestring
A message describing the error that occurred.
typestring
[invalid_request_error] The type of error that occurred.

Request Example

curl --request DELETE \
--url https://api.courier.com/brands/:brand_id \
--header 'Accept: application/json'

Responses Example

Empty
{
"message": "Cannot delete default brand",
"type": "invalid_request_error"
}

Example

Method: DELETE

URL: https://api.courier.com/brands/C8CPX6HQZ5M7Q5KAMW5CXC4N98DH

Was this helpful?