DELETE
/
api
/
v1
/
client
/
auth
/
project
/
delete
/
{projectId}

Authorizations

x-api-key
string
headerrequired

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Path Parameters

projectId
string
required

Response

200 - application/json
status
enum<string>
required

Status of the delete operation

Available options:
success,
failed
count
number
required

Number of records deleted

Was this page helpful?