Skip to main content

Supprimer un commentaire

Vous pouvez supprimer un commentaire sur un candidat grâce à l'API.

Requête

Cette méthode permet de supprimer un commentaire sur un candidat :

DELETE /company/{companyID}/applicant/{applicantID}/comment/{commentID}

Run in Postman

Paramètres

ParamètreInTypeObligatoireDescriptionExemple
companyIDpathstring
✔️
Identifiant de l'entreprise0GjqBwprWAdArDl4
applicantIDpathstring
✔️
id du candidatADYjo9mGxZdkR0ry
commentIDpathstring
✔️
id du [commentaire]kZ1lVpD9a4o19We7

Exemples de requête

Requête cURL
curl -X DELETE 'https://api.flatchr.io/company/0GjqNwprWAdArDl4/applicant/ADYjo9mGxZdkRAry/comment/kZ1lVpD9a4o19We7'
-H "Authorization: Bearer {token}"
-H 'Content-Type: application/json'

Réponse

NameTypeDescription
statusCodeintegerCode statut de la requête
messagestringMessage expliquant le statut

Exemple de réponse

{
"statusCode": 200,
"message": "Comment deleted"
}