認証を削除する

認証を削除する

DELETE https://api.iafcertsearch.org/api/client/v1/mncb/cert/{company_certifications_id}

このエンドポイントでは、認証を削除することができます。

Headers

{
  "data": 1
}

レスポンスデータの例を表示するには、応答の説明の右側にある右矢印をクリックしてください。

テスト用には https://api.sandbox.iafcertsearch.org/api/client/v1/mncb/cert/{company_certifications_id} を Sandbox サーバーで使用できます。

このメソッドを呼び出す方法を見てみましょう:

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