Delete group membership
Removes group membership.
Request schema
Path parameters
userId
stringrequired
The unique identifier for the user within the account.
example:
groupId
stringrequired
The unique identifier for the group within the account.
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
DELETE
https://api.fivetran.com/v1/users/user_id/groups/group_id
DELETE /v1/users/user_id/groups/group_id HTTP/1.1
Accept: application/json
Authorization: Basic REPLACE_BASIC_AUTH
Host: api.fivetran.com
Responses
200
Successful response
404
User not found
Successful response schema
code
stringrequired
Response status code
example:
message
stringrequired
Response status text
example:
{
"code": "Success",
"message": "Operation performed."
}