Skip to content

Results are limited to the current section: Cloud services

Product news

Leave a project

GET
/api/v1/projects/{project_id}/leave
curl --request GET \
--url https://example.com/api/v1/projects/f81d4fae-7dec-11d0-a765-00a0c91e6bf6/leave \
--header 'Authorization: Bearer <token>'

Allows a user to leave a project, removing their access rights and losing access to their batches and jobs

project_id
required
Array<number>
Example
f81d4fae-7dec-11d0-a765-00a0c91e6bf6

The ID of the project

On success

Media typeapplication/json
object
code
required
number format: int32
data
required
object
message
required
string
pagination
required
object
total
required
number format: int64
status
required
string
Example
{
"code": "200",
"message": "success",
"status": "OK"
}