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
Changes
No recorded changes to this endpoint across all 1 revision of this API.