curl --request POST \
--url https://staging-api.getpartna.com/v4/user/invalidate-apikey \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"apikey": ""
}'{
"data": {
"apikey": "1--M--4fca371417414423ace78dc730b46e81--1781793658613--3677a356"
},
"message": "success"
}Invalidate user API key.
curl --request POST \
--url https://staging-api.getpartna.com/v4/user/invalidate-apikey \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>' \
--data '{
"apikey": ""
}'{
"data": {
"apikey": "1--M--4fca371417414423ace78dc730b46e81--1781793658613--3677a356"
},
"message": "success"
}