Skip to main content
DELETE
/
v1
/
collections
/
immediate
/
{collection_id}
Delete an Immediate Charge
curl --request DELETE \
  --url https://plugin-pix-indirect.api.lerian.net/v1/collections/immediate/{collection_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Account-Id: <x-account-id>' \
  --header 'reason: <reason>'
{
  "code": "<string>",
  "title": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Account-Id
string
required

Account ID (UUID format)

reason
string
required

Reason for deletion (DELETED_BY_USER or DELETED_BY_PSP)

Path Parameters

collection_id
string
required

Identifier of the immediate collection

Response

No Content