Docs
Delete Advance
DELETE /collaborators/{collaboratorId}/advances/{advanceId}
DELETE
/collaborators/{collaboratorId}/advances/{advanceId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Permanently deletes an advance and all of its modules and responses from the collaborator.
Warning: This action is irreversible.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
| advanceId | Guid | Required | The ID of the advance to delete. Set `{{advanceId}}` in your environment. |
Response
Returns 200 OK with an empty body on success.