Delete a Certified Entity
Delete a Certified Entity
DELETE
https://api.iafcertsearch.org/api/client/v1/ab/ce/{company_id}
This endpoint allows you to delete a certified entity and its certifications.
Headers
Name
Type
Description
x-http-authorization*
String
API Key received from https://iafcertsearch.org/import-management/api-integration
Example:
x-http-authorization: <<API KEY>>
Content-Type*
String
application/json
{
"data": 1
}
Take a look at how you might call this method:
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