datasource_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.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.