/admin/dedicated-alb/{customerId}/{region}/deactivate
POST
/admin/dedicated-alb/{customerId}/{region}/deactivate
const url = 'https://api.reflexdb.cloud/v1/admin/dedicated-alb/example/example/deactivate';const options = {method: 'POST', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.reflexdb.cloud/v1/admin/dedicated-alb/example/example/deactivate \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” customerId
required
string
region
required
string
Responses
Section titled “ Responses ”Default Response