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