Delete Custom Email from Bucket

Deletes a custom email ID from a bucket.

Delete Custom Email from Bucket

curl 'https://api.runscope.com/buckets/<bucket_key>/custom-emails' \
    -X DELETE \
    -H 'Content-Type: application/json' \
    -H 'Authorization: Bearer <access_token>' \
    -d '{"email": "Mandatory Email ID argument"}'

Response204 NO CONTENT

{
"error": "Email user01@gmail.com is not part of the bucket q4nomk5x1yk7",
"meta": {
"status": "error"
}
}