Skip to main content

Deleting a Portability Request

If the portability request is in the "pending_claimer_validation" status, it is possible to delete the portability.

Request

ENDPOINT
/baas/pix/key_claim_request/CLAIM_REQUEST_KEY
METHOD
DELETE
Request Body
{}

Response

STATUS
200
Response Body
{
"max_conclusion_date": "2023-05-26T12:13:25",
"claim_request_status": "cancelled",
"claimant": {
"document_number": "12345678000190",
"claimant_key": "6aaadfbc-76ba-45d2-bb21-138bcb2baa62",
"account_opened_at": "2023-01-17T12:28:37",
"account_branch": "0001",
"account_type": "escrow",
"account_number": "7336349",
"person_type": "legal",
"account_digit": "0"
},
"max_resolution_date": "2023-05-19T12:13:25",
"claimant_bank_name": "QI SCD S.A.",
"pix_key": {
"pix_key_type": "email",
"pix_key_status": "inactivated",
"created_at": "2023-05-12T12:13:24",
"updated_at": "2023-05-12T12:13:24",
"account_key": "169010e3-6c1e-4521-9253-11cbbf36c59j",
"pix_key": "example@gmail.com"
},
"donator_ispb": null,
"external_key": null,
"claim_request_key": "7f8b67d2-d8e4-4759-85eb-e4d0ac24708c",
"claim_request_type": "portability",
"client_role": "claimant",
"confirmation_reason": null,
"requester_key": "e151044c-44d0-48b3-9df1-0b9475077fe5",
"claimant_bank_code": "329",
"cancelled_by": null,
"request_failure_reason": null,
"donator": null,
"account_key": "169010e3-6c1e-4521-9253-11cbbf36c59j"
}
STATUS
4XX
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "description in Portuguese",
"code": "code",
"extra_fields": {}
}
HTTP CodeQI Code
code
Title
title
Description
Description
Translation
translation
404PIX000031Claim Request not foundClaim Request not found for key: 7f8b67d2-d8e4-4759-85eb-e4d0ac24708c.Claim Request não encontrada para a chave: 7f8b67d2-d8e4-4759-85eb-e4d0ac24708c.
403QIT000005Permission Validator Error.Selected agent do not own this item.O agente selecionado não é dono do item.
400PIX000047Claim request does not have validation.Claim request does not have two steps validation.Pedido de reinvindicação não possui validação de duas etapas.
400PIX000047Claim Request Is Not Pending Validation From The Claimer.Claim request 7f8b67d2-d8e4-4759-85eb-e4d0ac24708c, is not pending validation from the claimer.Pedido de portabilidade 7f8b67d2-d8e4-4759-85eb-e4d0ac24708c, não está pendente de validação do solicitante.