Skip to main content
DELETE
/
customers
/
{_id}
cURL
curl --request DELETE \
  --url https://api.yourjobsearchgenius.ai/v1/customers/{_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

_id
string
required

ID of the customer to delete (MongoDB ObjectId)

Example:

"507f1f77bcf86cd799439011"

Response

Resource Deleted!

success
boolean
Example:

true