Interface SeekgraphDeleteMessage

interface SeekgraphDeleteMessage {
    challenge_id: number;
    delete: true;
}

Properties

Properties

challenge_id: number

The ID of the challenge

delete: true

The entry should be deleted if this field exists and is true