Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 820 Bytes

File metadata and controls

41 lines (26 loc) · 820 Bytes

Delete an Unmanaged Access Code

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 the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

access_code_id String (Required)

ID of the unmanaged access code that you want to delete.


Response

void