For the complete documentation index, see llms.txt. This page is also available as Markdown.

Suspected Fraud Deletion

Authentication Requirements:

  • Regular endpoints use OAuth2 authentication with base URL: https://api.us.prd.caf.io

  • For enhanced security, some endpoints may also support mTLS authentication with base URL: https://mtls.us.prd.caf.io

  • For information on implementing mTLS, access Using mTLS

The suspected fraud deletion excludes a suspected fraud. This deletion does not remove the suspected fraud from database but this registry will not be used in future suspected fraud queries.

Suspected Fraud Delete

delete
/suspected-fraud/{token}

Excludes a suspected fraud. This deletion does not remove the suspected fraud from database but this registry will not be used in future suspected fraud queries.

Permission required: Delete RS6

Authorizations
AuthorizationstringRequired

JWT Authorization header using the Bearer scheme.

Path parameters
tokenstring · uuidRequired

UUID that identifies a Suspected Fraud. This token can be retrieved on the Suspected Fraud Query passing query mode as LOCAL or DELETED.

Header parameters
AuthorizationstringRequired

Your access token. See more in the 'Authentication' topic of this section.

Example: Bearer YOUR_TOKEN
Responses
200

Suspected fraud delete occurred successfully.

application/json
messagestringRequired

Human readable message informing about the operation.

delete/suspected-fraud/{token}

Options

As demonstrated in the example request, in the URL a path parameter must be passed and DELETE HTTP method used. The token parameter must be a UUID that identifies a Suspected Fraud, this token can be retrieved on the Suspected Fraud Query passing query mode as LOCAL.

Last updated