If I delete a customer profile, can I not reuse the same idempotency key?

If I create a customer profile, delete it, and then create it again with the same idempotency key, I get error.
If I delete a customer profile, can I not reuse the same idempotency key?

err message
‘’’
The idempotency key can only be retried with the same request data.
‘’’

Yes, this is the expected behavior. Since it’s a new request a new idompotency_key will need to be used. Here’s our documentation on idempotency. :slightly_smiling_face: