Project
Delete a Project
DELETE
/
projects
/
{projectSlug}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
Response
200 - application/json
id
string
name
string
slug
string
icon
string
icon_radius
string
og_image
string
created_at
string
Was this page helpful?