Remove a space user
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$userIdstringRequired
The unique ID of the User
Responses
204
The user was not found in the space
No content
205
The user has been removed from the space
delete/spaces/{spaceId}/permissions/users/{userId}
No content
Last updated
Was this helpful?