Remove a user role from your service

DELETE /v1/Services/{ChatServiceSid}/Roles/{Sid}

A Service Role resource represents a set of permissions granted to a user within a service or a conversation.

Remove a user role from your service

Path parameters

  • ChatServiceSid string Required

    The SID of the Conversation Service to delete the Role resource from.

  • Sid string Required

    The SID of the Role resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ChatServiceSid}/Roles/{Sid}
curl \
 -X DELETE https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Roles/{Sid} \
 --user "username:password"