Deletes an unmanaged access code.
{% tabs %} {% tab title="Signature" %}
POST /access_codes/unmanaged/delete ⇒ void
{% endtab %} {% endtabs %}
Authentication Methods
- API key
- Client session token
- Personal access token
Must also include theseam-workspaceheader in the request.
To learn more, see Authentication.
access_code_id String (Required)
ID of the unmanaged access code that you want to delete.
void