Skip to main content
POST
Bulk delete credentials

Authorizations

Authorization
string
header
required

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

Path Parameters

account
integer
required

The ID of the account offer

Body

application/json
credentials_ids
integer[]
required

Array of credential IDs to delete

Example:

Response

Credentials deleted successfully

message
string
Example:

"3 credentials deleted successfully."

deleted_count
integer
Example:

3