Anti-fraud services
Delete anti-fraud service
Removes an anti-fraud service. Any associated credentials
will also be deleted.
DELETE
/anti-fraud-services/{anti_fraud_service_id}
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/anti-fraud-services/{anti_fraud_service_id} \
--header 'Authorization: <authorization>'
This response has no body data.
This endpoint requires the anti-fraud-services.write
scope.
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
anti_fraud_service_idrequired
string
The unique ID for an anti-fraud service.
Response
204
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/anti-fraud-services/{anti_fraud_service_id} \
--header 'Authorization: <authorization>'
This response has no body data.