Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 2.58 KB

acme_accounts_provider_email.rst

File metadata and controls

65 lines (56 loc) · 2.58 KB

acme_accounts/{{provider}}/{{email}}

DELETE

Delete :term:`ACME Account` information.

Auth. Required:Yes
Roles Required:"admin"
Permissions Required:ACME:DELETE, ACME:READ
Response Type:undefined

Request Structure

Request Path Parameters
Name Description
provider The :abbr:`ACME (Automatic Certificate Management Environment)` provider for the account to be deleted
email The email used in the :term:`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"
        }
]}