Skip to main content
POST
/
brands
/
suggestions
/
{brand_suggestion_id}
/
reject
Reject Brand Suggestion
curl --request POST \
  --url https://api.peec.ai/customer/v1/brands/suggestions/{brand_suggestion_id}/reject \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

brand_suggestion_id
string
required

Response

Brand suggestion rejected successfully

Brand suggestion rejected successfully