v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Bundle

Delete Resources in a Bundle

This endpoint deletes the specified resources in a role of an existing bundle. On a successful delete it returns a 204 No Content response. <h3>Required Scope</h3>bundles:write

delete/api/v2/bundles/{id}/relationships/resources

Path parameters

idstring required

The ID of the bundle with the resources you want to delete.

Request body

Example request

{
  "data": [
    {
      "type": "pathways"
    }
  ]
}

Response

Success