Delete Pix Key
DELETE/api/pix/keys/:id
Delete Pix Key
Request
Path Parameters
id stringrequired
Pix Key ID
Example: 7da0c9af-215e-4625-b484-b8cfc87aaa09
Responses
- 204
- 400
- 401
- 404
- 500
No Content
Bad Request
Unauthenticated
- application/json
- Schema
- Example (from schema)
Schema
message message (integer)
Response 401
{
"message": "Invalid x-api-key"
}
Not Found
Error
Authorization: http
name: paas_tokentype: httpscheme: bearerbearerFormat: JWTdescription: Token utilizado para autenticação na Api PaaS
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://docs.zrobank.io/api/pix/keys/:id' \
-H 'Authorization: Bearer <TOKEN>'