Skip to content

Delete a Collaborator

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/collaborators/(:collaborator_id | :sso_id)

Delete a collaborator using their collaborator_id or sso_id.

  • :space_id required number

    Numeric ID of a space

  • :collaborator_id required number

    Numeric ID of a collaborator

curl "https://mapi.storyblok.com/v1/spaces/656/collaborators/2362" \
-X DELETE \
-H "Authorization: YOUR_OAUTH_TOKEN"