DELETE
/
{organizationId}
/
project-teams
curl --request DELETE \
  --url https://app.formbricks.com/api/v2/organizations/{organizationId}/project-teams \
  --header 'x-api-key: <api-key>'
{
  "createdAt": "2021-01-01T00:00:00.000Z",
  "updatedAt": "2021-01-01T00:00:00.000Z",
  "projectId": "<string>",
  "teamId": "<string>",
  "permission": "read"
}

Authorizations

x-api-key
string
header
required

Use your Formbricks x-api-key to authenticate.

Path Parameters

organizationId
string
required

The ID of the organization

Query Parameters

teamId
string
required
projectId
string
required

Response

200 - application/json
Project team deleted successfully.

The response is of type object.