Delete a quota profile
Request
To delete a quota profile, send a DELETE request to:
https://<host>:<port>/cdvr/v1/operator/quotaprofile/{quotaprofilename}
Once a quota profile has been deleted, any accounts that are associated with it will be unable to request any new recordings.
Headers
Content-Type: application/json
Mandatory arguments
quotaprofilename
– the ID of quota profile to be deleted
Example
A DELETE request like this deletes the quota profile called LARGE:
https://<host>:<port>/cdvr/v1/operator/quotaprofile/LARGE
Response
A successful request returns an HTTP 204 status.
See also
For full details of this API, see the User Recordings API documentation.