Skip to main content

Delete a draft

DELETE 

/configuration-hub/drafts/:id

This API deletes an existing draft for the current tenant.

On success, this endpoint will return an empty response.

The draft id can be obtained from the response after a draft was successfully created, or from the list drafts endpoint.

Request

Path Parameters

    id stringrequired

    The id of the draft to delete.

    Example: 07659d7d-2cce-47c0-9e49-185787ee565a

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...