Delete Release

DELETE {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/releases/{{release_zuid}}

Deletes a specific Release based on the release_zuid provided.

Note: Calling this method before activation will throw a 204 error code.

RESPONSES

status: OK

{"_meta":{"timestamp":"2021-09-09T16:45:34.152015434Z","totalResults":1,"start":0,"offset":0,"limit":1},"data":{"ZUID":"27-98d8c0c7b3-1234","name":"Postman Release Updated Name","description":"Postman Release Updated Description","createdByUserZUID":"5-bae188a3d8-1234","updatedByUserZUID":"5-bae188a3d8-1234","createdAt":"2021-09-09T16:24:31Z","updatedAt":"2021-09-09T16:40:19Z"}}