Overview Issue: KitsuCommunity/kitsuawards-server#4
When the server responds with an okay, the client needs to delete the post it created as it's no longer needed.
API Specification
This is a psuedocode example
interface Input {
verified: boolean;
}
interface Output {}