Delete Custom Action Type
GET {{baseUrl}}/?Action=DeleteCustomActionType&Attribute=<string>&DryRun=<string>&VolumeId=<string>&category=<string>&provider=<string>&version=<string>
Marks a custom action as deleted.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
Attribute | string | The snapshot attribute you would like to view. | |
DryRun | string | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
VolumeId | string | The ID of the volume. | |
category | string | The category of the custom action, such as a build action or a test action. | |
provider | string | The provider of the service used in the custom action, such as AWS CodeDeploy. | |
version | string | The version identifier of the custom action. |