WebHook 삭제
DELETE
https://{market-domain}/v1.0/app/nft/webhook
Query Parameters
Name
Type
Description
webhook_id*
int64
웹훅 index
Headers
Name
Type
Description
Authorization*
string
Bearer {{app-access-token}}
curl --location --request DELETE 'https://{{market-domain}}:51071/v1.0/app/nft/webhook?webhook_id=1' --header 'Authorization: Bearer eyJhbGciOiJIUz.....'
Last updated