Deleted the resource roles from team
DELETEhttps://api.spectrocloud.com/v1/teams/:uid/resourceRoles/:resourceRoleUid
Deleted the resource roles from team
Request
Path Parameters
uid stringrequired
resourceRoleUid stringrequired
Responses
- 204
The resource was deleted successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X DELETE 'https://api.spectrocloud.com/v1/teams/:uid/resourceRoles/:resourceRoleUid' \
-H 'ApiKey: <API_KEY_VALUE>'