Delete a Certification
Delete a Certification
DELETE
https://api.iafcertsearch.org/api/client/v2/ab/cert/{certification_id}
This endpoint allows you to delete a certification.
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/v2/ab/cert/{certification_id}' \
--header 'Content-Type: application/json' \
--header 'x-http-authorization: <<API_KEY>>'
Last updated