Delete SSL Object

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Deletes an SSL certificate and the associated domains under it.

Since: August 13, 2023

Security: Requires a valid tokenGenerate a Token in MyJFrog

Usage: DELETE https://my.jfrog.com/api/jmis/v1/ssl/delete/{{certificate_id}}

Content-Type: application/json

Produces: application/json

Sample Usage:

curl --location --request DELETE 'https://my.jfrog.com/api/jmis/v1/ssl/delete/{{certificate_id}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer \

Sample Response:

200
OK
Content-Type: application/json
{
  "status": "in_progress",
  "message": "successfully deleted"
}
Response
200
OK
Content-Type: application/json
{
    "ssl_certificates": [
        {
		"expiry": 1717174432000,

Response status codes:

200: Success

400: Failed

409: Another action is in progress (try again in a few minutes)

403: Account is not permitted for this action

401: Unauthorized user