حذف الشهادة
حذف الشهادة
DELETE
https://api.iafcertsearch.org/api/client/v1/ab/cert/{company_certifications_id}
تتيح لك هذه النقطة حذف شهادة.
Headers
Name
Type
Description
Content-Type*
String
application/json
x-http-authorization*
String
مفتاح API المتلقى من https://iafcertsearch.org/import-management/api-integration
مثال:
x-http-authorization: <<API KEY>>
{
"data": 1
}
تحقق كيف يمكنك استدعاء هذه الطريقة:
curl --location -g --request DELETE 'https://api.iafcertsearch.org/api/client/v1/ab/cert/{company_certifications_id}' \
--header 'Content-Type: application/json' \
--header 'x-http-authorization: <<API_KEY>>'
Last updated