put {protocol}://{userdomain}:{port}/api/open/v1/psa/support_ticket/internal_ids/token
Currently just support delete a token associated with a ticket_id
.
Log in to see full request history
Responses
Currently just support delete a token associated with a ticket_id
.
xxxxxxxxxx
curl --request PUT \
--url https://user.domain.com:443/api/open/v1/psa/support_ticket/internal_ids/token \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"action_id": "delete"
}
'
Try It!
to start a request and see the response here! Or choose an example: