Supprimer une entité certifiée
Supprimer une entité certifiée
DELETE
https://api.iafcertsearch.org/api/client/v1/ab/ce/{company_id}
Cet endpoint vous permet de supprimer une entité certifiée et ses certifications.
Headers
Name
Type
Description
Content-Type*
String
application/json
x-http-authorization*
String
Clé d'API reçue sur https://iafcertsearch.org/import-management/api-integration
Exemple:
x-http-authorization: <<API KEY>>
{
"data": 1
}
Jetons un coup d'œil à la manière dont vous pourriez appeler cette méthode :
curl --location -g --request DELETE 'https://api.iafcertsearch.org/api/client/v1/ab/ce/{company_id}' \
--header 'Content-Type: application/json' \
--header 'x-http-authorization: <<API_KEY>>'
Last updated