Delete credits

Must have the authorization to use this API

Deletes a specified credit

DELETE https://example.com/wp-json/rimplenet/v1 /credits/<credit_id>

{
    "status_code": 200,
    "status": true,
    "message": "Credits Action Completed",
    "data": [
        "Transaction 457 Deleted"
    ]
}

To view request params, click on the arrow (>) at the right-hand side of the endpoint url to expand or collapse

Sample Response

{
    "status_code": 200,
    "status": true,
    "message": "Credits Action Completed",
    "data": [
        "Transaction 457 Deleted"
    ]
}

Last updated