Revoke certificate for domain

Revoke an SSL certificate for a domain via a load balancer.


DELETE/api/servers/{server}/load-balancer/{domain}/revoke-certificate

Revoke certificate

This endpoint allows you to revoke an SSL certificate for a domain through the load balancer.

Request

DELETE
/api/servers/{server}/load-balancer/{domain}/revoke-certificate
curl -X DELETE "https://ploi.io/api/servers/{server}/load-balancer/mydomain.com/revoke-certificate" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Response

{
  "message": "Certificate revoke request for dennis.examplehosting.com is in progress for this load balancer"
}