Delete an Access Code

DELETE https://connect.getseam.com/access_codes/delete

Request

Request Parameters

NameTypeDescription

access_code_id*

String

ID of the access code.

Sample Request

seam.access_codes.delete("123e4567-e89b-12d3-a456-426614174000")

# <Seam::ActionAttempt:0x0000000107026c98 
#  status="success"            
#  action_type="DELETE_ACCESS_CODE",
#  action_attempt_id="af0155aa-51fe-4e63-9acb-2fbd33675cac",
#  result={}>

Response

This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.

Sample Response

{
  "ok": true
}

Last updated

Logo

Β© Seam Labs, Inc. All rights reserved.