cURL
curl --request DELETE \ --url https://api.patterns.company/v1/prospects/{id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Delete a single prospect based on the ID supplied
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of prospect to delete