Skip to content

Request Delete

Request Delete provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-tenantandidentity-request-delete-createDelete Tenant.

Ask Claude to help you work with Request Delete resources:

“Create a request-delete named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/tenant/request-delete" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @request_delete.json