ovid

Results 1 issues of ovid

Using the example python for the Delete an Existing Project API call results in a `415 Unsupported Media Type` error (https://docs.digitalocean.com/reference/api/api-reference/#operation/projects_delete) e.g.: ```python resp = client.projects.delete(project_id="038ea76a-cae8-4c26-a1c6-3476e7a94ceb") ``` As shown in...