Delete a workspace member access assignment
curl --request DELETE \
--url http://localhost:3001/v1/member-access/{accessId}{
"roles": [
{
"name": "<string>",
"description": "<string>",
"locked": true,
"permissions": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"assignments": [
{
"id": "<string>",
"email": "jsmith@example.com",
"clerkUserId": "<string>",
"invitedByUserId": "<string>",
"activatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}โ๏ธ Settings & Access
Delete a workspace member access assignment
DELETE
/
v1
/
member-access
/
{accessId}
Delete a workspace member access assignment
curl --request DELETE \
--url http://localhost:3001/v1/member-access/{accessId}{
"roles": [
{
"name": "<string>",
"description": "<string>",
"locked": true,
"permissions": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"assignments": [
{
"id": "<string>",
"email": "jsmith@example.com",
"clerkUserId": "<string>",
"invitedByUserId": "<string>",
"activatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}โI
