Delete Applicant Note
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Response Codes
``200 OK
``401 Unauthorized
Updated
Updated 3 months ago
Code Example
curl --request DELETE \
--url https://api.fountain.com/v2/applicants/id/notes/note_id \
--header 'accept: application/json'
JSON Response
{
"status": "200",
"message": "OK"
}