Skip to main content
DELETE
/
v1
/
admin
/
detections
/
{rule_id}
Delete a detection
curl --request DELETE \
  --url https://api.withsplendor.com/v1/admin/detections/{rule_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Path Parameters

rule_id
integer
required

Response

Successful Response