# Delete a role assignment **DELETE /Organizations/{OrganizationSid}/RoleAssignments/{RoleAssignmentSid}** Delete a role assignment for the given organization ## Servers - https://preview-iam.twilio.com: https://preview-iam.twilio.com () ## Authentication methods - O auth2 client credentials ## Parameters ### Path parameters - **OrganizationSid** (string(OrganizationSid)) - **RoleAssignmentSid** (string(IamRoleAssignmentSid)) ## Responses ### 204 No content #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client ### 400 Invalid request provided #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/scim+json (object) - **code** (integer(int32)) Twilio-specific error code - **message** (string) Error message - **moreInfo** (string) Link to Error Code References - **status** (integer(int32)) HTTP response status code ### 403 Unauthorized #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/scim+json (object) - **code** (integer(int32)) Twilio-specific error code - **message** (string) Error message - **moreInfo** (string) Link to Error Code References - **status** (integer(int32)) HTTP response status code [Powered by Bump.sh](https://bump.sh)