Skip to main content
DELETE
/
v1
/
aggregators
/
{raast-aggregator-id}
/
qrs
/
{qr-id}
Delete QRs
curl --request DELETE \
  --url https://api.getsafepay.com/raastwire/v1/aggregators/{raast-aggregator-id}/qrs/{qr-id} \
  --header 'X-SFPY-AGGREGATOR-SECRET-KEY: <api-key>'
{
  "api_version": "v1",
  "data": {}
}

Authorizations

X-SFPY-AGGREGATOR-SECRET-KEY
string
header
required

Path Parameters

raast-aggregator-id
string
required

The unique identifier for the aggregator

Example:

"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"

qr-id
string
required

The unique identifier for the QR code

Example:

"qr_7e26f9be-f59d-4025-8e17-9fc398d16230"

Query Parameters

aggregator_merchant_id
string

Optional aggregator merchant identifier used when deleting a QR code

Example:

"am_be454a50-7612-4dc6-a97e-284ebbe7ae93"

Response

Successful operation

Standard response structure for successful operations

api_version
string

The current version of the API spec

Example:

"v1"

data
object

Contains the response data