Discard the specified deployment draft

DELETE /groups/{groupId}/apps/{appId}/drafts/{draftId}

Discard the specified application deployment draft.

Path parameters

Responses

  • 204

    The draft was successfully discarded.

DELETE /groups/{groupId}/apps/{appId}/drafts/{draftId}
curl \
 --request DELETE 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/drafts/{draftId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"