Skip to main content

Delete resource

Deletes a resource from a project permanently

Path Parameters
    project_id string required
    id string required
Responses

A successful response.


Schema

    object

DELETE /v1beta1/projects/:project_id/resources/:id

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
project_id — path required
id — path required
curl / cURL
curl -L -X DELETE 'http://127.0.0.1:7400/v1beta1/projects/:project_id/resources/:id' \
-H 'Accept: application/json'