Delete Configuration

The Delete Configuration endpoint enables you to delete a configuration, with the configuration identifier specified in the URL. You can delete a configuration from an event by making a DELETE request to the Delete Configuration endpoint. For example:

{{base-url}}/eds/api/v1/Configs/{config_id}

If successful, a 204 response is returned and the event code specified in the URL is deleted from the webhook.

👍

More Information

To view the endpoint in the API Explorer, see Delete Configuration.