DELETE
/
webhooks
/
{webhook_id}
/
headers
/
{header_id}
Delete a header by ID for a specific webhook
curl --request DELETE \
  --url http://localhost:3001/portal-api/webhooks/{webhook_id}/headers/{header_id}
{
  "status": "ok"
}

Path Parameters

webhook_id
string
required
header_id
string
required

Response

OK

status
string

Status of the operation

Example:

"ok"