Delete transfers
Must have the authorization to use this API
GET
https://example.com/wp-json/rimplenet/v1 /transfers/<transfer_id>
Request Body
Name
Type
Description
transfer_id
int
Only required for methods
To view request params, click on the arrow (>) at the right hand side of the endpoint url to expand or collapse
Sample response
200 Ok
{
"status_code": 200,
"status": true,
"message": "Action Completed",
"data": [
"Transder 130 Successfully Deleted"
]
}
Last updated