Attention!

The Sales and Use Tax Help Center has moved to Sovos Docs. This Help Center will be shutting down soon and you will be able to access documentation on Sovos Docs only.

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"
}
}