Skip to main content

Delete Role

DELETE 

https://app.infodeck.io/api/organizations/:organizationId/roles/:roleId

Delete Role

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    roleId stringrequired

    The ID of role.

Responses

Schema
    data objectrequired

    Data of the role.

    deleted booleanrequired

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X DELETE 'https://app.infodeck.io/api/organizations/:organizationId/roles/:roleId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!