Docs
Delete Advance Module
DELETE /collaborators/{collaboratorId}/advances/{advanceId}/modules/{moduleId}
DELETE
/collaborators/{collaboratorId}/advances/{advanceId}/modules/{moduleId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Removes a module from an advance, along with all associated question and request responses.
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. Set `{{advanceId}}` in your environment. |
| moduleId | Guid | Required | The ID of the module instance to remove. Set `{{moduleId}}` in your environment or replace inline. |
Response
Returns 200 OK with an empty body on success.