Attention!

Looking for the most up-to-date Sales Tax Filing or CertManager documentation? Go to our new documentation platform, Sovos Docs. For Global Tax Determination, connector and CertManager API docs, stay here.

Delete an image

Use this request to delete an image in CertManager. You will need the unique image ID received in the response when creating the image.

Request information

  • HTTP method: DELETE
  • URL (replace imageId with the ID of the image you want to delete)
    • CertManager UAT: https://certmanager-uat.sovos.com/api/pre-auth/v1/certificates/images/imageId
    • CertManager Production: https://certmanager.sovos.com/api/pre-auth/v1/certificates/images/imageId

Example response

{
"status": 200,
"message": "Deleted image",
"success": true,
"data": {
"id": "uuid"
}
}