Mailrelay API Reference

Move media file to trash

PATCH /media_files/{id}/move_to_trash

This function delete the media file but keeps the original file URL working

Parameters

NameTypeDescription
id integer ID of the record

Responses

StatusDescription
204 Success
401 The API key wasn't sent or is invalid
404 Couldn't find record with provided ID.
422 A validation error ocurred. Check the response body for more information.
500 An internal error happened. Try again later.