حذف شهادة
حذف شهادة
DELETE
https://api.iafcertsearch.org/api/client/v1/mncb/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: <<مفتاح الوصول>>
{
"data": 1
}
تفضل بالنظر في كيفية استدعاء هذه الطريقة:
curl --location -g --request DELETE 'https://api.iafcertsearch.org/api/client/v1/mncb/cert/{company_certifications_id}' \
--header 'Content-Type: application/json' \
--header 'x-http-authorization: <<API_KEY>>'
Last updated