User Tools

Site Tools


api:porting:cancelsignatureorder

API : Cancel signature order

Introduction

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.

Request

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

Query example

https://api.telecomx.dk/porting/1234567890ABCDEF12345678/signatureorder/1234567890ABCDEF12345678/cancel

Response

Json object
success Boolean True if request was sucessful.

Example

{
  success: true
}

Errors

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>
api/porting/cancelsignatureorder.txt · Last modified: 2026/03/02 14:35 by Thomas Andersen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki