DELETE
/
api
/
v1
/
organizations
/
{organizationId}
/
team-members
/
{teamMemberId}
cURL
curl --request DELETE \
  --url https://api.drip.re/api/v1/organizations/{organizationId}/team-members/{teamMemberId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API Key

Path Parameters

organizationId
string
required
teamMemberId
string
required

Response

204

Default Response