Skip to main content
DELETE
/
v1
/
merchants
/
{merchantId}
/
pix
/
keys
Delete a PIX key for a specific merchant
curl --request DELETE \
  --url https://api-sandbox.rinne.com.br/core/v1/merchants/{merchantId}/pix/keys \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "key": "user@example.com",
  "provider": "CELCOIN"
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Company API key for authentication

Path Parameters

merchantId
string
required

The merchant ID

Body

application/json
key
string
required

Pix key to delete

Minimum length: 1
Example:

"user@example.com"

provider
enum<string>
required

Provider name (accepts lowercase and uppercase, returns uppercase)

Available options:
CELCOIN,
RINNE
Example:

"CELCOIN"

Response

PIX key deleted successfully