acme_accounts/{{provider}}/{{email}}
New in version 3.1.
DELETE
Delete ACME Account information.
- Auth. Required:
Yes
- Roles Required:
“admin”
- Permissions Required:
ACME:DELETE, ACME:READ
- Response Type:
Object
Request Structure
Name |
Description |
---|---|
provider |
The ACME provider for the account to be deleted |
The email used in the ACME Account to be deleted |
Response Structure
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Set-Cookie, Cookie
Access-Control-Allow-Methods: POST,GET,OPTIONS,PUT,DELETE
Access-Control-Allow-Origin: *
Content-Type: application/json
Set-Cookie: mojolicious=...; Path=/; Expires=Mon, 10 Dec 2020 17:40:54 GMT; Max-Age=3600; HttpOnly
Whole-Content-Sha512: rGD2sOMHYF0sga1zuTytyLHCUkkc3ZwQRKvZ/HuPzObOP4WztKTOVXB4uhs3iJqBg9zRB2TucMxONHN+3/yShQ==
X-Server-Name: traffic_ops_golang/
Date: Thu, 10 Dec 2020 14:24:34 GMT
Content-Length: 60
{"alerts": [
{
"text": "Acme account deleted",
"level":"success"
}
]}