Portal Links
Revoke a portal link
Portal Links
Revoke a portal link
This endpoint revokes a portal link
PUT
/
v1
/
projects
/
{projectID}
/
portal-links
/
{portalLinkID}
/
revoke
curl --request PUT \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/portal-links/{portalLinkID}/revoke \
--header 'Authorization: <api-key>'
{
"message": "<string>",
"status": true,
"data": {}
}
Authorizations
curl --request PUT \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/portal-links/{portalLinkID}/revoke \
--header 'Authorization: <api-key>'
{
"message": "<string>",
"status": true,
"data": {}
}