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