Skip to main content
DELETE
/
prospects
/
{id}
cURL
curl --request DELETE \
  --url https://api.patterns.company/v1/prospects/{id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<ObjectId>
required

ID of prospect to delete

Response