Table of Contents

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>