deletePixKey
DELETE/api/pix/keys/:id
Delete a 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
Loading...