Skip Navigation

Delete Role

1.0.0
Profiles
SOAP API
Travel Agency
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Delete Role (Roles_EXT_DeleteRQ) APIĀ is a Sabre Profiles User Roles web service to delete roles with permission codes.

Target Audience
Travel Agency
Airline Carrier
API Version
1.0.0
Authentication
Session Token
Service Action Code
Roles_EXT_DeleteRQ

User Roles allows the user to group low level permissions like ALL OPERATIONS ON PROFILES, READ PROFILES, DELETE PROFILES, UPDATE TEMPLATE, READ FORMATS, SEARCH FILTERS etc. and then assign roles to a user to control their access for specific functions.

Additional information about these elements and their functionality can be found in the Sabre Profiles and User Roles Web Services technical documents.

Sample Request
<Sabre_RolesDeleteRQ TimeStamp="2001-12-17T09:30:47-05:00" Target="Production" Version="3.1415926535897932384626433832795" xmlns="http://www.sabre.com/UserRoles/schemas">
    <Roles RoleName="RameshTestRole105" DomainID="ABCD" RoleStatusCode="AC"/>
</Sabre_RolesDeleteRQ>
Sample Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Sabre_RolesDeleteRS Version="1.0" TimeStamp="2009-03-10T15:58:19.499-05:00" xmlns="http://www.sabre.com/UserRoles/schemas">
    <ResponseMessage>
        <Success/>
    </ResponseMessage>
    <Roles RoleStatusCode="AC" DomainID="ABCD" RoleName="RameshTestRole105"/>
</Sabre_RolesDeleteRS>