cURL
curl --request DELETE \ --url https://api.openlayer.com/v1/projects/{projectId} \ --header 'Authorization: Bearer <token>'
{ "code": 123, "error": "<string>" }
Delete a project by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Bearer <token>
<token>
The project id.
Response OK.
Was this page helpful?