Clear Vanity URL
The API clears the vanity URL for a space.
URL
https://us-central1-ohyay-prod-d7acf.cloudfunctions.net/ohyayapi/clear-vanity-url
Request Format
interface ClearVanityUrlRequest {
userId: string;
wsid: string;
}
Response Format
A 200 response code is returned for a successful request.
Updated over 2 years ago