Skip to main content
POST
/
v1
/
contact-suggestions
/
{suggestion_id}
/
reject
Reject Contact Suggestion
curl --request POST \
  --url http://api.stuut.ai/v1/contact-suggestions/{suggestion_id}/reject \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

suggestion_id
string
required

Response

Successful response