_delete
Deletes a Referral.
Parameters
id
The ID of the Referral to delete.
Example
Result
On Success
On Failure
If the User is not logged in: {'error':'not logged in'}
If there is no Referral ID supplied: {'error':'no referral ID'}
Last updated