Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.25 KB

delete-configuration-set.md

File metadata and controls

42 lines (27 loc) · 1.25 KB

DeleteConfigurationSet method

Deletes a configuration in a folder. The folder is selected based on the service account the request originates from.

Request {#request}

DELETE /v2/email/configuration-sets/{ConfigurationSetName} HTTP/2

Path parameters {#path-parameters}

#| || Parameter | Description || || ConfigurationSetName | Type: String.

Configuration name. || |#

Request headers {#request-headers}

{% include api-request-headers %}

Responses {#responses}

200 OK {#200}

{% include api-response-200 %}

Errors {#errors}

{% include api-errors %}

Possible errors:

#| || Error code | Description || || 400 BadRequestException | The request contains invalid headers or parameters. || || 404 NotFoundException | The requested resource was not found. || || 409 ConcurrentModificationException | There are conflicting operations. Wait for the previous operation to complete and repeat your request. || || 429 TooManyRequestsException | The request quota was exceeded. || |#