Delete Certificate
- Name
delete
- Type
- /v1/certificates/:uuid
- Description
To delete a certificate send
DELETE
request to the endpoint.
Request
Example
curl -X GET "https://api.simplystack.com/v1/volumes" \
-H "Content-Type: application/json" \
-H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0"
Response
Response to method DELETE
to /v1/certificates/:uuid
will not return any results, only the message (204 No Content) which indicates that the deletion was successful.