인증된 엔터티 삭제

인증된 엔터티 삭제

DELETE https://api.iafcertsearch.org/api/client/v1/mncb/ce/{company_id}

이 엔드포인트를 사용하여 인증된 엔터티와 해당 인증을 삭제할 수 있습니다.

Headers

NameTypeDescription

Content-Type*

String

application/json

x-http-authorization*

String

https://iafcertsearch.org/import-management/api-integration에서 받은 API 키

예시:

x-http-authorization: <<API KEY>>

{
  "data": 1
}

응답 데이터 예시를 보려면 응답 설명의 오른쪽 화살표를 클릭하세요.

Sandbox 서버에서 테스트하려면 https://api.sandbox.iafcertsearch.org/api/client/v1/mncb/ce/{company_id}를 사용할 수도 있습니다.

이 방법을 호출하는 방법을 살펴보세요:

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