Deletes the share token for a thread.
func (
r *ThreadShareService) Delete(ctx context.Context,
threadID string,
body ThreadShareDeleteParams,
opts ...option.RequestOption) (err error
)Deletes the share token for a thread. Idempotent: returns 204 whether or not a share token existed. Deliberately does not verify the thread still exists.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
threadID* | string | |
body* | ThreadShareDeleteParams | |
opts* | ...option.RequestOption |