Delete a release channel

Permanently deletes a release channel. It cannot be undone.

DELETE/v3/release-channels/{id}
JWT
release:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the release channel.
Triggers webhook: releaseChannel.deleted
POST <your-webhook-url>
{
  "event": "releaseChannel.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "displayName": "string",
    "description": "string",
    "private": true,
    "productIds": [
      "string"
    ]
  },
  "triggeredAt": "string"
}

Responses

204 No Content