Este endpoint te permite eliminar una entidad certificada y sus certificaciones.
Headers
Name
Type
Description
Content-Type*
String
application/json
x-http-authorization*
String
Clave de API recibida de https://iafcertsearch.org/import-management/api-integration
Ejemplo:
x-http-authorization: <<CLAVE DE API>>
{"data":1}
{"error":true,"timestamp": number (tiempo Epoch),"elapse": number,"errors": {"message":"Invalid Session token has been used.","code":"invalid_session_token" }}
{"error":true,"timestamp": number (tiempo Epoch),"elapse": number,"errors": {"message":"The requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible.","code":"not_found" }}
Para ver el ejemplo de datos de respuesta, haz clic en la flecha derecha en el lado derecho de la descripción de la respuesta.
También puedes utilizar https://api.sandbox.iafcertsearch.org/api/client/v1/cb/ce/{company_id} para probarlo en el servidor de Sandbox.
Echa un vistazo a cómo podrías llamar a este método: