Remove role from application

DELETE /api/roles/{id}/applications/{applicationId}

Remove the role from an application with the given ID.

Path parameters

  • id string Required

    The unique identifier of the role.

  • applicationId string Required

    The unique identifier of the application.

Responses

  • 204

    The role was removed from the application.

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Not Found

DELETE /api/roles/{id}/applications/{applicationId}
curl \
 -X DELETE https://[tenant_id].logto.app/api/roles/{id}/applications/{applicationId}