Docs

Delete Advance

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

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

Required Tokens

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

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
advanceIdGuidRequiredThe ID of the advance to delete. Set `{{advanceId}}` in your environment.

Response

Returns 200 OK with an empty body on success.