---
title: "Delete"
method: DELETE
path: "/api/v1/apps/{app_id}/xaa/scopes/{id}"
tags: ["Cross-App Access"]
---

# Delete

`DELETE /api/v1/apps/{app_id}/xaa/scopes/{id}`

Delete a scope (soft delete). Cascades to its backing entitlement and to
 any access-profile bindings that reference it.

## Path parameters

- `app_id` string, required — The application that owns the resource server.
- `id` string, required — Unique identifier for the scope.

## Request body

- C1ApiCrossAppAccessV1XAAScopeServiceDeleteRequestInput — XAAScopeServiceDeleteRequest deletes a scope (soft delete).

## Response `200`

XAAScopeServiceDeleteResponse confirms deletion.

- C1ApiCrossAppAccessV1XAAScopeServiceDeleteResponse — XAAScopeServiceDeleteResponse confirms deletion.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
