Skip to main content
DELETE
/
api
/
v3
/
applicants
/
{applicant_id}
Delete Existing Applicant
curl --request DELETE \
  --url https://api.dataspike.io/api/v3/applicants/{applicant_id} \
  --header 'ds-api-token: <api-key>'

Authorizations

ds-api-token
string
header
required

Path Parameters

applicant_id
string<uuid>
required

Delete Applicant by ID

Example:

"01827ed4-c928-7a3c-9a30-7ab7cc169d11"

Response

Applicant deleted