© 2024 Parallels International GmbH. All rights reserved.
Invoke the RAS Certificate to revoke the Let's Encrypt certificate with specified ID.
ID of the Let's Encrypt certificate to be revoked.
No Content
const response = await fetch('/api/Certificates/{id}/Revoke', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }