Delete Brand

Delete Brand

DELETE https://environment.monterosa.cloud/api/v2/brands/:brand_id

Path Parameters

NameTypeDescription

brand_id

string

Brand ID

Headers

NameTypeDescription

Content-Type

string

application/vnd.api+json

Authentication

string

Bearer token. Example "Bearer DFtioe38xP4dkz5K6sYirYnDxiJkLfom"

// No contentExample
curl --request DELETE \
  --url https://environment.lvis.io/api/v2/accounts/a0e8cd9d-cd8a-4b1f-aee6-59cc7280f742 \
  --header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
  --header 'Content-Type: application/vnd.api+json'

Example

curl --request DELETE \
  --url https://environment.monterosa.cloud/api/v2/brands/a0e8cd9d-cd8a-4b1f-aee6-59cc7280f742 \
  --header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
  --header 'Content-Type: application/vnd.api+json'