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
Request Example
{
"stampId": "37e4abd1c9cc4232a29fa095b242d219"
}
Response Parameters
Response Example
{
"code": 0,
"data": {
"result": true
},
"message": "success"
}