This request will delete a document and signature order created with criipto. A new one will have to be created for it to be signed with mitId.
Once signed it cannot be cancelled.
| URL | https://api.telecomx.dk/porting/PORTING_ID/poa/delete/SIGNATURE_ORDER_ID | |
|---|---|---|
| Method | POST | |
| Access level | RESELLER if customer belongs to the reseller. ADMIN. |
|
| Param | PORTING_ID | Id of the porting (24 hex-char string) |
| SIGNATURE_ORDER_ID | Id of the signature order in Criipto | |
https://api.telecomx.dk/porting/1234567890ABCDEF12345678/signatureorder/1234567890ABCDEF12345678/cancel
| Json object | ||
|---|---|---|
| success | Boolean | True if request was sucessful. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Porting id not found in requested URI |
| 403 | access_denied | Insufficient access level |
| 404 | document | Porting not found |
| 500 | internal_error | <Unspecified> |