Skip to main content
DELETE
/
roles
/
{id}
Delete a role
import requests

url = "https://{FUSION HOST}/api/roles/{id}"

response = requests.delete(url)

print(response.text)

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

The role ID. Use GET /roles to get the list of role IDs.

Response

OK