Skip to content

Delete PIX key

DELETE
/order/v1/banking/accounts/{accountId}/keys/{keyId}

Delete a PIX key linked to the given account.

accountId
required
string format: uuid

Identifier of the account

keyId
required
string format: uuid

Identifier of the PIX key

idempotency-key
required
string format: uuid

A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).

PIX key deleted successfully

object
error
string
Example
INVALID_REQUEST
message
string
details
Array<object>
object
field
string
issue
string
description
string
Example
[
{
"field": "field_name",
"issue": "INVALID",
"description": "Field is invalid"
}
]

Unauthorized Request

object
error
string
Example
UNAUTHORIZED
message
string
Example
Unauthorized Request
details
Array<object>
object
field
string
issue
string
description
string
Example
[]
object
error
string
Example
INTERNAL_ERROR
message
string
details
Array<object>
object
field
string
issue
string
description
string
Example
[]