Delete Stamps

DELETE/esignglobal/v1/stamps

Interface Description

Supports deleting stamps in the workspace.

  • You can delete a created stamp by using the APPID that has permission to delete the corresponding stamp.

 

Request Parameters

Parameter Name

Type

Required

Description

stampId

string

true

stamp ID

Request Example

{
  "stampId": "37e4abd1c9cc4232a29fa095b242d219"
}

 

Response Parameters

Parameter Name

Type

Description

code

int

Service code, 0 means success, non -0 means exception.

message

array

Business information

[note] Please judge the error situation according to the code, and should not rely on message matching, because message may be adjusted.

data

object

Business data

Response Example

{
    "code": 0,
    "data": {
        "result": true
    },
    "message": "success"
}

 

Interface Description
Request Parameters
Request Example
Response Parameters
Response Example