Authorization: Bearer ********************
curl --location --request DELETE 'https://live.smatpay.africa/sandbox/api/deletePaymentToken/2' \
--header 'Authorization: Bearer <token>'
{
"status": "Success",
"message": "Director removed successfully"
}