Docs

Delete Advance Module

DELETE /collaborators/{collaboratorId}/advances/{advanceId}/modules/{moduleId}

DELETE/collaborators/{collaboratorId}/advances/{advanceId}/modules/{moduleId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour 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

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
advanceIdGuidRequiredThe ID of the advance. Set `{{advanceId}}` in your environment.
moduleIdGuidRequiredThe 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.