response; // We're done with the token, so for security purposes, delete the token $host = 'https://a996438.fmphost.com/fmi/data/v1/databases/contacts/sessions/'.$token; // Call the delete function $token_deleted = delete_token($host); // To view the result of this call, enable the line below //echo($token_deleted); ?>

Data retrived from fileMaker database

This is the session token:


data) ; $i++) :?>

Name: data[$i]->fieldData->{'Name'} ?>

Phone: data[$i]->fieldData->{'phone'} ?>


This is the result of the request to delete the token: