Remove a user or team role from a space.
Remove a user or team role from a space.
DELETE
/api/space-role/{spaceId}/removePath parameters
spaceIdnumberrequiredPath parameter: spaceId
Request
curl
curl -X DELETE https://platform.trickest.com/api/space-role/{spaceId}/remove \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Role removed
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring