Last updated 5 months ago
Expects Id of an existing paginated report
Indicates successful deletion of report parameter names
const response = await fetch('/tenants/reports/{reportId}/parameters', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "message": "Success Message", "statusCode": 200 }