Deletes a configuration in a folder. The folder is selected based on the service account the request originates from.
DELETE /v2/email/configuration-sets/{ConfigurationSetName} HTTP/2
#|
|| Parameter | Description ||
|| ConfigurationSetName
| Type: String.
Configuration name. || |#
{% include api-request-headers %}
{% include api-response-200 %}
{% 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. ||
|#