v1
latestSwagger 2.02026-07-17290378721.8 KBdatasource_permissions
enterprise
Remove permission for a data source.
Removes the permission with the given permissionId for the data source with the given id.
You need to have a permission with action datasources.permissions:delete and scopes datasources:*, datasources:id:*, datasources:id:1 (single data source).
delete/datasources/{datasourceId}/permissions/{permissionId}
Path parameters
datasourceIdstring required
permissionIdstring required
Response
An OKResponse is returned if the request was successful.