Exclusão de webhook por Id

Para remover um webhook cadastrado, basta enviar uma requisição DELETE para o endpont api/Webhooks/{WEBHOOK_ID}

    Exemplo:
curl --request DELETE \
  --url https://api-cerberus-kong.socialminer.tech/api/Webhooks/{WEBHOOK_ID} \
  --header 'apikey: {APIKEY}' \
  --header 'version: 4.0'

Caso a solicitação tenha sido processada com sucess, é retornado um http status 204 evidenciando a idexistencia do objeto.

Path Params
string
required

Id by Webhook

Query Params
string

Phone Id from meta. If it has no credentials or if the credentials allow it, this value replaces the credential user

Headers
credentials
object

Gateway credentials used to collect from request user data such as access group, credential type and correlated phoneId

string
Defaults to 5
Responses
200

Success

204

No Content

500

Server Error

Language
Response
Click Try It! to start a request and see the response here!