Delete storage unit template
DELETE
/partners/{id}/settings/storage_unit_templates/{template_id}
const url = 'https://example.com/partners/example/settings/storage_unit_templates/example';const options = {method: 'DELETE'};
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://example.com/partners/example/settings/storage_unit_templates/exampleParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
template_id
required
string