Delete a Certificate¶
Permanently removes a certificate from JIM. For certificates with FilePath source type, only the reference is removed; the file itself is not deleted from the volume mount.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
guid | Unique identifier of the certificate |
Examples¶
Response¶
Returns 204 No Content on success.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
Certificate does not exist |