status

Delete user's recent custom status

Deletes a user's recent custom status by removing the specific status from the recentCustomStatuses in the user's props and updates the user.

Permissions

Must be logged in as the user whose recent custom status is being deleted.

post/api/v4/users/{user_id}/status/custom/recent/delete

Path parameters

user_idstring required

User ID

Request body

emojistring required

Any emoji

textstring required

Any custom status text

durationstring required

Duration of custom status, can be thirty_minutes, one_hour, four_hours, today, this_week or date_and_time

expires_atstring required

The time at which custom status should be expired. It should be in ISO format.

Response

User recent custom status delete successful

statusstring

Will contain "ok" if the request was successful and there was nothing else to return

Changes

No recorded changes to this endpoint across all 1 revision of this API.