DELETE
/
{alias}
/
webhooks
/
{id}
curl --request DELETE \
  --url https://api.dooki.com.br/v2/{alias}/webhooks/{id} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

id
integer
required

ID do webhook

Response

204

Webhook excluído com sucesso