Delete alertmanager route at index API Reference
DELETE
/tenants/{tenant}/alertmanager/routes/{id}
const url = 'https://api.kupe.cloud/api/v1/tenants/acme/alertmanager/routes/0';const options = {method: 'DELETE', headers: {Authorization: '<Authorization>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url https://api.kupe.cloud/api/v1/tenants/acme/alertmanager/routes/0 \ --header 'Authorization: <Authorization>'Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” tenant
required
string
Tenant name
id
required
integer
Route index
Header Parameters
Section titled “ Header Parameters ” If-Match
string
Wrapper ETag
Responses
Section titled “ Responses ”Deleted