Skip to main content
DELETE
/
v1
/
entries
/
{entryId}
Delete key
curl --request DELETE \
  --url https://plugin-br-pix-direct-jd.sandbox.lerian.net/v1/entries/{entryId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "01989f9e-6508-79f8-9540-835be49fbd0d"
}'
{
"key": "+5511987654321"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint using client credentials (clientId and clientSecret).

Include token in Authorization header: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Token expires after 3600 seconds (1 hour).

Path Parameters

entryId
string
required

Pix key value to delete.

Body

application/json
accountId
string<uuid>
required

Account identifier.

Example:

"01989f9e-6508-79f8-9540-835be49fbd0d"

Response

Pix Key deleted successfully

key
string
required

Deleted Pix key value.

Example:

"+5511987654321"