Delete Account Role
Removes a user's role from an account, but the user remains a member of the account.
Request schema
Path parameters
userId
stringrequired
The unique identifier for the user 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/userId/role
DELETE /v1/users/userId/role HTTP/1.1 Accept: application/json Authorization: BasicHost: 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." }