Skip to main content
PUT
/
v1
/
projects
/
{projectID}
/
portal-links
/
{portalLinkID}
/
revoke
Revoke a portal link
curl --request PUT \
  --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/portal-links/{portalLinkID}/revoke \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "status": true,
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

projectID
string
required

Project ID

portal link id

Response

OK

message
string
status
boolean
data
object