Updated on 2024-03-15 GMT+08:00

Deleting a Policy

Function

This API is used to delete the specified account from an organization. Before calling this API, you must detach the policy from all OUs, roots, and accounts. This API can be called only from the organization's management account.

URI

DELETE /v1/organizations/policies/{policy_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

policy_id

Yes

String

Unique ID of the policy.

Maximum: 130

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Security-Token

No

String

Security token (session token) of your temporary security credentials. If a temporary security credential is used, this header is required.

Minimum: 1

Response Parameters

None

Example Requests

Deleting a policy

DELETE https://{hostname}/v1/organizations/policies/{policy_id}

Example Responses

None

Status Codes

Status Code

Description

204

Successful.

Error Codes

See Error Codes.