حذف كيان معتمد
حذف كيان معتمد
DELETE
https://api.iafcertsearch.org/api/client/v1/mncb/ce/{company_id}
يتيح هذا النقطة النهائية حذف كيان معتمد وشهاداته.
Headers
Name
Type
Description
Content-Type*
String
application/json
x-http-authorization*
String
مفتاح واجهة البرمجة الذي تم الحصول عليه من 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/ce/{company_id}' \
--header 'Content-Type: application/json' \
--header 'x-http-authorization: <<API_KEY>>'
Last updated