Delete a Certification

Delete a Certification

DELETE https://api.iafcertsearch.org/api/client/v2/mncb/cert/{company_certifications_id}

This endpoint allows you to delete a certification.

Headers

NameTypeDescription

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
}

To view the response data example, click the right arrow at the right side of the response description.

You can also use https://api.sandbox.iafcertsearch.org/api/client/v1/mncb/cert/{company_certifications_id} to test it on the Sandbox server.

Take a look at how you might call this method:

curl --location -g --request DELETE 'https://api.iafcertsearch.org/api/client/v2/mncb/cert/{company_certifications_id}' \
--header 'Content-Type: application/json' \
--header 'x-http-authorization: <<API_KEY>>'

Last updated