Skip to main content
DELETE
/
v2
/
webhooks
/
screening
/
{webhookId}
Delete screening webhook
curl --request DELETE \
  --url https://admin-api.minervaai.io/v2/webhooks/screening/{webhookId} \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "message": "Webhook deleted successfully"
}

Authorizations

x-api-key
string
header
required

Admin API key for authentication

Path Parameters

webhookId
string<uuid>
required

The unique identifier of the webhook to delete

Response

Webhook deleted successfully

status
integer
Example:

200

message
string
Example:

"Webhook deleted successfully"