DELETE
/
anti-fraud-services
/
{anti_fraud_service_id}
curl --request DELETE \
  --url https://api.{gr4vy_id}.gr4vy.app/anti-fraud-services/{anti_fraud_service_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

This endpoint requires the anti-fraud-services.write scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

anti_fraud_service_id
string
required

The unique ID for an anti-fraud service.

Example:

"8724fd24-5489-4a5d-90fd-0604df7d3b83"

Response

204
_mintlify/placeholder

Returns an empty response.