Delete data source user (gateways)

 

Updated: June 12, 2017



Request | Response

The Delete data source principal operation removes a supplied user from a given data source.

DELETE https://api.powerbi.com/v1.0/myorg/gateways/{gateway_id}/datasources/{data_source_id}/users/{user_emailAddress}

Header

Authorization: Bearer eyJ0eX ... FWSXfwtQ

Uri parameter

NameDescriptionData Type
gateway_idGuid of the gateway to use. You can get the Gateway id from the Get Gateways operation.String
data_source_idGuid of the data source to get. You can get the Data source id from the Get data sources operation.String
user_emailAddressThe email address for the user you want to remove from the data source.String

Empty

Status code

CodeDescription
200OK. Indicates success.
404Not found
403Unauthorized
500Internal service error
Show: