Delete a magnet.

Delete a magnet.

get/magnet/delete

Query parameters

apikeystring

Deprecated User apikey (Use Bearer Auth in header).

agentstring required

Your software user-agent.

idstring required

Magnet ID.

Response

This endpoint retrieves a complete list of all available hosts for this user

statusstring

Example response

{
  "status": "success",
  "data": {
    "message": "Magnet was successfully deleted"
  },
  "error": {
    "code": "MAGNET_INVALID_ID",
    "message": "Magnet ID is invalid."
  }
}

Changes

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