Delete an Applicant

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Delete an applicant by their ID.

📘

Move instead of DELETE? Skip link to Move instead of DELETE?

If you are not sure you want to delete an applicant completely, you can move them to a certain stage or assign them a specific label — see applicant label management methods for that.

id

string

required

``204 OK

``401 Unauthorized

Updated3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request DELETE \
     --url https://api.fountain.com/v2/applicants/id \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

204401

Updated3 months ago