v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Pathway

Delete Collaborators in a Pathway

This endpoint deletes the specified collaborators in a pathway. It returns a 204 No Content response. <br><br>Note: This endpoint accepts up to 100 tags. <h3>Required Scope</h3>pathways:write

delete/api/v2/pathways/{id}/relationships/collaborators

Path parameters

idstring required

The ID of the pathway to update.

Request body

Example request

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

Response

Success