Nodes
Delete a draft registration
Permanently deletes a draft registration. A draft that has already been registered cannot be deleted.
Permissions
Only project administrators may delete draft registrations.
Returns
If the request is successful, no content is returned.
If the request is unsuccessful, a JSON object with an errors key containing information about the failure will be returned. Refer to the list of error codes to understand why this request may have failed.
delete/nodes/{node_id}/draft_registrations/{draft_id}/
Path parameters
node_idstring required
The unique identifier of the node.
draft_idstring required
The unique identifier of the draft registration.
Response
No Content