Mailrelay API Reference

Cancel A/B test

PATCH /ab_tests/{id}/cancel

Cancel A/B test. Once you cancel it, it can't be resumed.

Parameters

NameTypeDescription
id integer ID of the record

Responses

StatusDescription
204 Success
404 Couldn't find record with provided ID.
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.
409 Returned when A/B test can't be cancelled.