DELETE https://{market-domain}/v1.0/app/nft/webhook
DELETE
https://{market-domain}/v1.0/app/nft/webhook
webhook_id*
int64
웹훅 index
Authorization*
string
Bearer {{app-access-token}}
{ "return": 0, "message": "success" }
curl --location --request DELETE 'https://{{market-domain}}:51071/v1.0/app/nft/webhook?webhook_id=1' --header 'Authorization: Bearer eyJhbGciOiJIUz.....'
0
success
성공
20004
Invalid jwt token
유효하지 못한 auth token
64063
delete fail
삭제 실패
Last updated 3 years ago